home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / bbs / vk23.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1995-11-08  |  343b  |  20 lines

  1. echo off
  2. type readmeor.die | more
  3. echo Press Ctrl-Break to abort installation.
  4. pause
  5.  
  6. if not exist game.cfg goto install
  7. rename game.cfg game.old
  8.  
  9. :install
  10. echo Extracting Vampire Knights to current directory.
  11. vampire.exe e
  12. del vampire.exe
  13.  
  14. if not exist game.old goto end
  15. del game.cfg
  16. rename game.old game.cfg
  17.  
  18. :end
  19. echo on
  20.